home *** CD-ROM | disk | FTP | other *** search
/ Top 200 Programs / Top 200 Programs.iso / Bob8 / oakley / wrdw9511 / product / WORDWRES.EXE / 0 / RCDATA / TSETTHETIMER / TSETTHETIMER.txt
Text File  |  1996-03-05  |  3KB  |  143 lines

  1. object SetTheTimer: TSetTheTimer
  2.   Left = 294
  3.   Top = 114
  4.   BorderStyle = bsDialog
  5.   Caption = 'Timer'
  6.   ClientHeight = 248
  7.   ClientWidth = 297
  8.   Font.Color = clBlack
  9.   Font.Height = -17
  10.   Font.Name = 'Arial'
  11.   Font.Style = []
  12.   PixelsPerInch = 120
  13.   Position = poScreenCenter
  14.   Scaled = False
  15.   OnCreate = FormCreate
  16.   OnShow = FormShow
  17.   TextHeight = 19
  18.   object Bevel1: TBevel
  19.     Left = 16
  20.     Top = 4
  21.     Width = 269
  22.     Height = 65
  23.     Shape = bsFrame
  24.     Style = bsRaised
  25.   end
  26.   object Label1: TLabel
  27.     Left = 20
  28.     Top = 8
  29.     Width = 261
  30.     Height = 21
  31.     Alignment = taCenter
  32.     AutoSize = False
  33.     Caption = 'Time Allowed To Find Words'
  34.     Font.Color = clBlack
  35.     Font.Height = -18
  36.     Font.Name = 'Arial'
  37.     Font.Style = [fsBold]
  38.     ParentFont = False
  39.   end
  40.   object Label2: TLabel
  41.     Left = 24
  42.     Top = 40
  43.     Width = 65
  44.     Height = 21
  45.     AutoSize = False
  46.     Caption = 'Minutes'
  47.   end
  48.   object Label3: TLabel
  49.     Left = 164
  50.     Top = 40
  51.     Width = 69
  52.     Height = 21
  53.     AutoSize = False
  54.     Caption = 'Seconds'
  55.   end
  56.   object Bevel2: TBevel
  57.     Left = 16
  58.     Top = 80
  59.     Width = 269
  60.     Height = 121
  61.     Shape = bsFrame
  62.     Style = bsRaised
  63.   end
  64.   object Label4: TLabel
  65.     Left = 20
  66.     Top = 84
  67.     Width = 261
  68.     Height = 21
  69.     Alignment = taCenter
  70.     AutoSize = False
  71.     Caption = 'Times Up Announcement'
  72.     Font.Color = clBlack
  73.     Font.Height = -18
  74.     Font.Name = 'Arial'
  75.     Font.Style = [fsBold]
  76.     ParentFont = False
  77.   end
  78.   object Minutes: TEdit
  79.     Left = 100
  80.     Top = 36
  81.     Width = 41
  82.     Height = 27
  83.     AutoSize = False
  84.     MaxLength = 2
  85.     TabOrder = 0
  86.   end
  87.   object Seconds: TEdit
  88.     Left = 240
  89.     Top = 36
  90.     Width = 41
  91.     Height = 27
  92.     AutoSize = False
  93.     MaxLength = 2
  94.     TabOrder = 1
  95.   end
  96.   object OkButton: TButton
  97.     Left = 72
  98.     Top = 208
  99.     Width = 73
  100.     Height = 33
  101.     Caption = '&Ok'
  102.     Default = True
  103.     TabOrder = 2
  104.     OnClick = OkButtonClick
  105.   end
  106.   object CancelButton: TButton
  107.     Left = 160
  108.     Top = 208
  109.     Width = 73
  110.     Height = 33
  111.     Caption = '&Cancel'
  112.     TabOrder = 3
  113.     OnClick = CancelButtonClick
  114.   end
  115.   object TimeUpSound: TRadioButton
  116.     Left = 36
  117.     Top = 116
  118.     Width = 229
  119.     Height = 21
  120.     Caption = 'Sound Only'
  121.     TabOrder = 4
  122.     OnClick = TimeUpSoundClick
  123.   end
  124.   object TimeUpDialog: TRadioButton
  125.     Left = 36
  126.     Top = 144
  127.     Width = 229
  128.     Height = 21
  129.     Caption = 'Dialog Box Only'
  130.     TabOrder = 5
  131.     OnClick = TimeUpDialogClick
  132.   end
  133.   object TimeUpSoundAndDialog: TRadioButton
  134.     Left = 36
  135.     Top = 172
  136.     Width = 229
  137.     Height = 21
  138.     Caption = 'Sound and Dialog Box'
  139.     TabOrder = 6
  140.     OnClick = TimeUpSoundAndDialogClick
  141.   end
  142. end
  143.